You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
VectorInt Structure
>
VectorInt Methods
>
Ramp Method
>
VectorInt.Ramp Method ([In] double, [In] double)
Dew Math for .NET
VectorInt.Ramp Method ([In] double, [In] double)
VectorInt Structure
VectorInt Members
Dew.Math Namespace
Ramp Method
Collapse All
Fills the calling vector.
Syntax
C#
Visual Basic
public
TVecInt
Ramp
([In]
double
Offset
, [In]
double
Step
);
Public
Function
Ramp
(
Offset
As
[In]
double
,
Step
As
[In]
double
)
As
TVecInt
Remarks
Method uses the following rule:
Values[k] := Offset + k*Step.
Group
Ramp Method
Links
VectorInt Structure
,
VectorInt Members
,
Dew.Math Namespace
,
Ramp Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!